
(with string in PROGMEM)
   text	   data	    bss	    dec	    hex	filename
   1680	     72	      0	   1752	    6d8	rs232-tempsensor.o

(with string in RAM)
   text	   data	    bss	    dec	    hex	filename
   1636	    116	      0	   1752	    6d8	rs232-tempsensor.o



(with two long strings in progmem/flash)
   text	   data	    bss	    dec	    hex	filename
   1725	     72	      0	   1797	    705	rs232-tempsensor.o


(shortening one long progmem string to just two characters)
   text	   data	    bss	    dec	    hex	filename
   1683	     72	      0	   1755	    6db	rs232-tempsensor.o



